home *** CD-ROM | disk | FTP | other *** search
/ Top Models 100 Oscar Promotion / Top Models 100 Oscar Promotion.iso / mac / MODELS.INI < prev    next >
INI File  |  1996-06-03  |  12KB  |  275 lines

  1. [Memory]
  2. ExtraMemory=400
  3. ; Amount of kBytes over and above physical memory for use by a projector.
  4.  
  5. SwapFileMeg=0
  6. ; Amount of megabytes of SwapFile space to enable during authoring.
  7. ; Default is to allow swapfile space of up to 1/2 of the available 
  8. ; physical RAM.
  9.  
  10.  
  11.  
  12. [Graphics]
  13. Wing=0
  14. ; 0: Do not use WinG graphics accelerator.
  15. ; 1: Use WinG graphics accelerator software. This requires
  16. ;    certain system files to be installed. Projector size and memory 
  17. ;    usage may increase. See the documentation for details.       
  18.  
  19.  
  20.  
  21. [Palette]
  22. Animation=1
  23. ; 1: allows director to take control of the palette for fast palette effects
  24. ;    and transitions.
  25. ; 0: prevents director from taking control of the palette so other apps,
  26. ;    wallpaper etc. look better but palette effects and transitions will
  27. ;    be slower.
  28.  
  29.  
  30.  
  31. ; Global Sound Settings ------------------------------------------------
  32.  
  33. [Sound]
  34. ; Settings in the [Sound] section apply to all sound cards.
  35.  
  36. ;SpoolBufferAlloc=0 
  37. ; When to allocate spool buffers
  38. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  39. ; 1 means allocate spool once at startup and keep for entire session.
  40.  
  41. ;LowSpoolBufferMs=2500
  42. ; Length of one 8bit spool buffer, in milliseconds.
  43.  
  44. ;HighSpoolBufferMs=1500
  45. ; Length of one 16-bit spool buffer, in milliseconds.
  46.  
  47. ;SpoolBufferCount=2
  48. ; Number of spool buffers to use. Must range from 2 to 10.
  49.  
  50. ;MixMaxChannels=4
  51. ; Maximum number of channels supported by the sound mixer. The actual
  52. ; number you can mix depends on the processing power of your computer.
  53. ; Must range from 1 to 8.
  54.  
  55. ;MixWaveDevice=0 
  56. ; DeviceID of waveOut device to use for playing.
  57. ; Must range from 0 to (# of devices - 1).
  58.  
  59. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  60. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  61. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  62. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  63. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  64. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  65. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  66. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  67.  
  68. ;MixMaxFidelity=99
  69. ; Sets a limit on the fidelity of sound output. For best performance, use
  70. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  71. ; possible of the three fixed sound formats (0, 1, 2):
  72. ;  0  = 22.05k samples/sec, 8-bit, mono
  73. ;  1  = 22.05k samples/sec, 8-bit, stereo
  74. ;  2  = 44.1k samples/sec, 16-bit, stereo
  75. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  76. ;       sounds determines the format for that run.  The format used is the
  77. ;       lowest of the three output formats (0,1,2 above) which is as close
  78. ;       as possible in fidelity to the sound to be played, while still being
  79. ;       supported by the installed sound card. 
  80.  
  81. ; Default Sound Settings -----------------------------------------------
  82.  
  83. [Low Mono Default Sound]
  84. ; Settings in the [Low Mono Default Sound] section apply when the target
  85. ; output format is 22K, 8-bit, mono.  The target output format depends
  86. ; on the capabilities of the sound card as well as the setting of
  87. ; MixMaxFidelity.   These settings are used when the installed sound card
  88. ; is not known to Director and is not specified explictly in the
  89. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  90. ; Override sections will override these values for specific sound cards,
  91. ; or for all sound cards, respectively.
  92.  
  93. ;MixBufferMs=200
  94. ; Length of each mixing buffer, in milliseconds.
  95.  
  96. ;MixBufferBytes=0
  97. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  98. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  99. ; bytes rather than milliseconds.
  100.  
  101. ;MixBufferCount=4
  102. ; Number of mixing buffers to use. Must range from 2 to 16.
  103.  
  104. ;MixServiceMode=0
  105. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  106. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  107. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  108. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  109. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  110. ;         this mode is set, it is best to use MixBufferBytes to specify a
  111. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  112. ;         supported by all sound cards.
  113.  
  114. ;MixIntPeriodMs=200
  115. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  116.  
  117. ;MixIntResolutionMs=50
  118. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  119.  
  120.  
  121. [Low Default Sound]
  122. ; Settings in the [Low Default Sound] section apply when the target
  123. ; output format is 22K, 8-bit, stereo.  The target output format depends
  124. ; on the capabilities of the sound card as well as the setting of
  125. ; MixMaxFidelity.   These settings are used when the installed sound card
  126. ; is not known to Director and is not specified explictly in the
  127. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  128. ; Override sections will override these values for specific sound cards,
  129. ; or for all sound cards, respectively.
  130.  
  131. ;MixBufferMs=200
  132. ;MixBufferBytes=0
  133. ;MixBufferCount=4
  134. ;MixServiceMode=0
  135. ;MixIntPeriodMs=200
  136. ;MixIntResolutionMs=50
  137.  
  138.  
  139. [High Default Sound]
  140. ; Settings in the [High Default Sound] section apply when the target
  141. ; output format is 44K, 16-bit, stereo.  The target output format depends
  142. ; on the capabilities of the sound card as well as the setting of
  143. ; MixMaxFidelity.   These settings are used when the installed sound card
  144. ; is not known to Director and is not specified explictly in the
  145. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  146. ; Override sections will override these values for specific sound cards,
  147. ; or for all sound cards, respectively.
  148. ;MixBufferMs=200
  149. ;MixBufferBytes=0
  150. ;MixBufferCount=4
  151. ;MixServiceMode=0
  152. ;MixIntPeriodMs=200
  153. ;MixIntResolutionMs=50
  154.  
  155.  
  156.  
  157. ; Sound Card-Specific Settings -----------------------------------------
  158.  
  159. ;[Low Mono <SoundCardName>]
  160. ; Settings in this section apply when the target output format is
  161. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  162. ; output format depends on the capabilities of the sound card, as well
  163. ; as the setting of MixMaxFidelity.  You can have any number of these 
  164. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  165. ; with the actual name of the sound card you want to set defaults for.  
  166. ; To find the name of your card, launch the Sound Mapper application, 
  167. ; and look in the Playback field.  Director maintains a built-in table
  168. ; of settings for many popular sound cards.  Settings in this section take 
  169. ; precedence over Director's built-in settings.
  170. ;MixBufferMs=200
  171. ;MixBufferCount=4
  172. ;MixBufferBytes=0
  173. ;MixServiceMode=0
  174. ;MixIntPeriodMs=200
  175. ;MixIntResolutionMs=50
  176.  
  177.  
  178. [Low <SoundCardName>]
  179. ; Settings in this section apply when the target output format is
  180. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  181. ; output format depends on the capabilities of the sound card, as well
  182. ; as the setting of MixMaxFidelity.  You can have any number of these 
  183. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  184. ; with the actual name of the sound card you want to set defaults for.  
  185. ; To find the name of your card, launch the Sound Mapper application, 
  186. ; and look in the Playback field.  Director maintains a built-in table
  187. ; of settings for many popular sound cards.  Settings in this section take 
  188. ; precedence over Director's built-in settings.
  189. ;MixBufferMs=200
  190. ;MixBufferCount=4
  191. ;MixBufferBytes=0
  192. ;MixServiceMode=0
  193. ;MixIntPeriodMs=200
  194. ;MixIntResolutionMs=50
  195.  
  196.  
  197. ;[High <SoundCardName>]
  198. ; Settings in this section apply when the target output format is
  199. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  200. ; output format depends on the capabilities of the sound card, as well
  201. ; as the setting of MixMaxFidelity.  You can have any number of these 
  202. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  203. ; with the actual name of the sound card you want to set defaults for.  
  204. ; To find the name of your card, launch the Sound Mapper application, 
  205. ; and look in the Playback field.  Director maintains a built-in table
  206. ; of settings for many popular sound cards.  Settings in this section take 
  207. ; precedence over Director's built-in settings.
  208. ;MixBufferMs=200
  209. ;MixBufferBytes=0
  210. ;MixBufferCount=4
  211. ;MixServiceMode=0
  212. ;MixIntPeriodMs=200
  213. ;MixIntResolutionMs=50
  214.  
  215.  
  216.  
  217. ; Sound Override Settings ----------------------------------------------
  218.  
  219. [Low Mono Override]
  220. ; Settings in the [Low Mono Override] apply when the target ouput format
  221. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  222. ; of the sound card, as well as the setting of MixMaxFidelity.
  223. ; These settings will override Director's internal settings, any defaults
  224. ; specified in the Default Sound sections, as well as settings for specific 
  225. ; cards.  Change these settings only if you want to force Director to use
  226. ; certain values regardless of the sound card installed in the computer.
  227. ; It is not recommended that you modify these settings for movies which
  228. ; you are going to distribute, as they will override Director's internal
  229. ; settings which are already optimized for various sound cards.
  230. ;MixBufferMs=200
  231. ;MixBufferBytes=0
  232. ;MixBufferCount=4
  233. ;MixServiceMode=0
  234. ;MixIntPeriodMs=200
  235. ;MixIntResolutionMs=50
  236.  
  237. [Low Override]
  238. ; Settings in the [Low Override] apply when the target ouput format
  239. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  240. ; of the sound card, as well as the setting of MixMaxFidelity.
  241. ; These settings will override Director's internal settings, any defaults
  242. ; specified in the Default Sound sections, as well as settings for specific 
  243. ; cards.  Change these settings only if you want to force Director to use
  244. ; certain values regardless of the sound card installed in the computer.
  245. ; It is not recommended that you modify these settings for movies which
  246. ; you are going to distribute, as they will override Director's internal
  247. ; settings which are already optimized for various sound cards.
  248. ;MixBufferMs=200
  249. ;MixBufferBytes=0
  250. ;MixBufferCount=4
  251. ;MixServiceMode=0
  252. ;MixIntPeriodMs=200
  253. ;MixIntResolutionMs=50
  254.  
  255.  
  256. [High Override]
  257. ; Settings in the [High Override] apply when the target ouput format
  258. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  259. ; of the sound card, as well as the setting of MixMaxFidelity.
  260. ; These settings will override Director's internal settings, any defaults
  261. ; specified in the Default Sound sections, as well as settings for specific 
  262. ; cards.  Change these settings only if you want to force Director to use
  263. ; certain values regardless of the sound card installed in the computer.
  264. ; It is not recommended that you modify these settings for movies which
  265. ; you are going to distribute, as they will override Director's internal
  266. ; settings which are already optimized for various sound cards.
  267. ;MixBufferMs=200
  268. ;MixBufferBytes=0
  269. ;MixBufferCount=4
  270. ;MixServiceMode=0
  271. ;MixIntPeriodMs=200
  272. ;MixIntResolutionMs=50
  273.  
  274.